home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / WEBCMPLR.ZIP / install.exe / %MAINDIR% / webcompiler.exe / 0 / RCDATA / TFPROGRESS / TFPROGRESS.txt
Encoding:
Text File  |  1998-09-26  |  3.5 KB  |  181 lines

  1. object fProgress: TfProgress
  2.   Left = 482
  3.   Top = 427
  4.   BorderStyle = bsDialog
  5.   Caption = 'Compiler Progress'
  6.   ClientHeight = 219
  7.   ClientWidth = 512
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object lFileName: TLabel
  21.     Left = 112
  22.     Top = 128
  23.     Width = 393
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'lFileName'
  27.   end
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 128
  31.     Width = 89
  32.     Height = 16
  33.     Caption = 'Current File -'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 152
  44.     Width = 97
  45.     Height = 16
  46.     AutoSize = False
  47.     Caption = 'Total Files -'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object lFileCount: TLabel
  56.     Left = 112
  57.     Top = 152
  58.     Width = 59
  59.     Height = 16
  60.     AutoSize = False
  61.     Caption = 'lFileCount'
  62.   end
  63.   object Label3: TLabel
  64.     Left = 192
  65.     Top = 152
  66.     Width = 129
  67.     Height = 16
  68.     AutoSize = False
  69.     Caption = 'Executable Size:-'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -13
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object lExeSize: TLabel
  78.     Left = 328
  79.     Top = 152
  80.     Width = 89
  81.     Height = 16
  82.     AutoSize = False
  83.     Caption = 'lExeSize'
  84.   end
  85.   object Label4: TLabel
  86.     Left = 8
  87.     Top = 80
  88.     Width = 57
  89.     Height = 16
  90.     Caption = 'Status - '
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -13
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object lStatus: TLabel
  99.     Left = 112
  100.     Top = 80
  101.     Width = 345
  102.     Height = 16
  103.     AutoSize = False
  104.     Caption = 'lStatus'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clRed
  107.     Font.Height = -13
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ParentFont = False
  111.   end
  112.   object Label5: TLabel
  113.     Left = 8
  114.     Top = 104
  115.     Width = 60
  116.     Height = 16
  117.     Caption = 'Target - '
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.   end
  125.   object lTarget: TLabel
  126.     Left = 111
  127.     Top = 104
  128.     Width = 393
  129.     Height = 16
  130.     AutoSize = False
  131.     Caption = 'lTarget'
  132.   end
  133.   object bCancel: TButton
  134.     Left = 424
  135.     Top = 184
  136.     Width = 75
  137.     Height = 25
  138.     Caption = 'Cancel'
  139.     TabOrder = 0
  140.     OnClick = bCancelClick
  141.   end
  142.   object Animate1: TAnimate
  143.     Left = 8
  144.     Top = 16
  145.     Width = 272
  146.     Height = 60
  147.     Active = False
  148.     CommonAVI = aviCopyFiles
  149.     StopFrame = 34
  150.   end
  151.   object bOK: TButton
  152.     Left = 424
  153.     Top = 184
  154.     Width = 75
  155.     Height = 25
  156.     Caption = 'Ok'
  157.     Default = True
  158.     TabOrder = 2
  159.     OnClick = bOKClick
  160.   end
  161.   object ProgressBar1: TProgressBar
  162.     Left = 8
  163.     Top = 192
  164.     Width = 297
  165.     Height = 16
  166.     Min = 0
  167.     Max = 100
  168.     TabOrder = 3
  169.   end
  170.   object bTest: TButton
  171.     Left = 336
  172.     Top = 184
  173.     Width = 75
  174.     Height = 25
  175.     Caption = 'Test'
  176.     Enabled = False
  177.     TabOrder = 4
  178.     OnClick = bTestClick
  179.   end
  180. end
  181.